From: Michael Albinus Date: Sat, 19 Apr 2025 07:41:58 +0000 (+0200) Subject: * lisp/progmodes/heex-ts-mode.el (heex-ts): Fix :group name. X-Git-Tag: archive/raspbian/1%30.2+1-2+rpi1^2~2^2~24^2~134 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=2a45f0bceba4f39fdc354e46ad686040f474e0e4;p=emacs.git * lisp/progmodes/heex-ts-mode.el (heex-ts): Fix :group name. --- diff --git a/lisp/progmodes/heex-ts-mode.el b/lisp/progmodes/heex-ts-mode.el index 0f7785a3279..378c9ad4e22 100644 --- a/lisp/progmodes/heex-ts-mode.el +++ b/lisp/progmodes/heex-ts-mode.el @@ -42,7 +42,7 @@ (defgroup heex-ts nil "Major mode for editing HEEx code." :prefix "heex-ts-" - :group 'langauges) + :group 'languages) (defcustom heex-ts-indent-offset 2 "Indentation of HEEx statements."